Skip to content

feat/no-unregistered-classes #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 27 commits into
base: refactor/rebranding
Choose a base branch
from

Conversation

schoero
Copy link
Owner

@schoero schoero commented Apr 29, 2025

New rule to detect non-tailwindcss classes:

// ❌ BAD: unregistered class
<div class="my-class" />;
// ✅ GOOD: only valid tailwindcss classes
<div class="font-bold hover:underline" />;

closes #86

@schoero schoero changed the base branch from main to refactor/rebranding May 11, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: no-unregistered-classes
1 participant